home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Shop / bigpak.dir / Internal_18_order1.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  331 b   |  12 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3.   puppetSprite(the currentSpriteNum, 1)
  4.   set the castNum of sprite the currentSpriteNum to the number of member "order2"
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(-1)
  9.   set the castNum of sprite the currentSpriteNum to the number of member "order1"
  10.   puppetSprite(the currentSpriteNum, 0)
  11. end
  12.